ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / OnPropertyChanged Method
Name of the property.

In This Topic
    OnPropertyChanged Method
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnPropertyChanged( _
       ByVal propertyName As System.String _
    ) 
    protected void OnPropertyChanged( 
       System.string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also